home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TRESTRICTCFGFORM / TRESTRICTCFGFORM.txt
Text File  |  1997-07-16  |  2KB  |  105 lines

  1. object RestrictCfgForm: TRestrictCfgForm
  2.   Left = 203
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialling Restrictions Scheme'
  6.   ClientHeight = 203
  7.   ClientWidth = 363
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object llName: TLabel
  22.     Left = 16
  23.     Top = 12
  24.     Width = 68
  25.     Height = 13
  26.     Caption = 'Scheme name'
  27.   end
  28.   object llRequired: TLabel
  29.     Left = 16
  30.     Top = 60
  31.     Width = 43
  32.     Height = 13
  33.     Caption = 'Required'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 16
  37.     Top = 104
  38.     Width = 47
  39.     Height = 13
  40.     Caption = 'Forbidden'
  41.   end
  42.   object lName: TEdit
  43.     Left = 16
  44.     Top = 28
  45.     Width = 333
  46.     Height = 21
  47.     TabOrder = 0
  48.   end
  49.   object lRequired: TEdit
  50.     Left = 16
  51.     Top = 76
  52.     Width = 333
  53.     Height = 23
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clBlack
  56.     Font.Height = -12
  57.     Font.Name = 'Fixedsys'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 1
  61.   end
  62.   object lForbidden: TEdit
  63.     Left = 16
  64.     Top = 120
  65.     Width = 333
  66.     Height = 23
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clBlack
  69.     Font.Height = -12
  70.     Font.Name = 'Fixedsys'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 2
  74.   end
  75.   object bOK: TButton
  76.     Left = 116
  77.     Top = 166
  78.     Width = 75
  79.     Height = 25
  80.     Caption = 'OK'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 3
  84.   end
  85.   object bCancel: TButton
  86.     Left = 196
  87.     Top = 166
  88.     Width = 75
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = 'Cancel'
  92.     ModalResult = 2
  93.     TabOrder = 4
  94.   end
  95.   object bHelp: TButton
  96.     Left = 276
  97.     Top = 166
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'Help'
  101.     TabOrder = 5
  102.     OnClick = bHelpClick
  103.   end
  104. end
  105.